* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: rgba(240, 255, 255, 0.851);
}

.bg {
    background: rgba(0, 0, 0, 0.6) url('images/bg5.jpg');
    background-blend-mode: darken;
    background-size: cover;
}
header{

    position: sticky;
    top: 0;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
}

.rightnav {
    width: 50%;
    text-align: right;
    padding: 0 35px
}

.rightnav input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: none;
    outline: none;
    border: 1px solid white;
    color: white;
    padding: 6px 0px;
    padding-left: 6px;
    padding-right: 34px;
    border-radius: 3px;
    outline: none;

}

.navlist {
    display: flex;
    max-width: 50%;
}

.navlist li {
    list-style: none;
    padding: 0 36px;
}

.navlist li a {
    font-weight: 700;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: white;
    text-decoration: none;
    font-size: 27px;
}

.navlist li a:hover {
    color: #1775c8;
}

.first-section {
    height: 100vh;
}

.main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: auto;
    max-width: 50%;
    height: 100%;
}

.first-half {
    max-width: 70%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.first-half h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 12px 0;
    text-align: left;
    font-size: 30px;
}

.first-half p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
    font-size: 20px;
}

.second-half {
    max-width: 45%;
}

.second-half img {
    max-width: 350px;
    display: block;
    margin: auto;
}

.btn {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 8px 20px;
    margin: 16px 1px;
    border: 1px solid white;
    border-radius: 3px;
    background: none;
    color: white;
    cursor: pointer;
}

.btn:hover {
    border: 1px solid #1775c8;
    color: white;
    background: #1775c8;
}

.btn-sm {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    padding: 6px 15px;
    margin: 7px 3px;
    border: 1px solid white;
    border-radius: 3px;
    background: none;
    color: white;
    cursor: pointer;
}

.btn-sm:hover {

    border: 1px solid #1775c8;
    color: white;
    background: #1775c8;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 75%;
    height: 410px;
    margin: auto;
}

.sec-left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 75%;
    height: 410px;
    margin: auto;
    flex-direction: row-reverse;
}
.thumbnail{
    max-width: 360px;
}
.section img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.40);
    border-radius: 8px;
    /* max-width: 350px; */
    max-width: 100%;
}

.sec-left img {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.40);
    border-radius: 8px;
    max-width: 350px;
}

.paras h1 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 12px 33px;
    text-align: left;
    font-size: 30px;
}

.paras p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin: 0 35px;
    text-align: left;
    font-size: 20px;
}

.section img {
    margin: 0 15px;
    max-width: 350px;
    display: block;
    margin: auto;
}
footer{
    margin-top: 130px;
}
.contact {
    display: flex;
    justify-content: center;
    background: #1775c8;
    height: 190px;
    flex-direction: column;
}

.contact h2 {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 42px auto;
    color: white;
    opacity: .6;
}

.icons {
    display: flex;
    justify-content: center;
    gap: 185px;
    align-items: center;
    height: 30px;
    text-align: center;
    margin-bottom: 33px;
}

.icons i {
    /* padding:0 95px ; */
    cursor: pointer;
    transform: scale(2.4);
    color: rgb(255, 255, 255);
    opacity: .6;
}

.icons i:hover {
    color: #4590d1;
    opacity: 1;
}

.contact p {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    margin: 9px 0;
    margin-bottom: 12px;
    text-align: center;
    color: white;
    opacity: .7;
}















